home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / mudlib / sys / wizlist.h < prev   
C/C++ Source or Header  |  2001-07-14  |  537b  |  18 lines

  1. #ifndef LPC_WIZLIST_H_
  2. #define LPC_WIZLIST_H_ 1
  3.  
  4. /* Indices returned by wizlist_info()
  5.  */
  6.  
  7. #define WL_NAME     0  /* Wizard name */
  8. #define WL_COMMANDS    1  /* Number of commands executed */
  9. #define WL_EVAL_COST    2  /* Evalcost spent on this wizard */
  10. #define WL_HEART_BEATS  3  /* Heartbeats spent on this wizard */
  11. #define WL_CALL_OUT    4  /* unimplemented */
  12. #define WL_ARRAY_TOTAL    5  /* Arrays accounted for */
  13. #define WL_EXTRA    6  /* Extra Wizinfo, if set */
  14.  
  15. #define WL_SIZE         7  /* Number of entries */
  16.  
  17. #endif /* LPC_WIZLIST_H_ */
  18.